home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / rtga / testunit.dfm / testunit.txt
Encoding:
Text File  |  1996-09-15  |  2.0 KB  |  118 lines

  1. object Form1: TForm1
  2.   Left = 296
  3.   Top = 149
  4.   AutoScroll = False
  5.   Caption = 'Gauge Test'
  6.   ClientHeight = 272
  7.   ClientWidth = 278
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   ShowHint = True
  16.   TextHeight = 16
  17.   object RtGauge1: TRtGauge
  18.     Left = 32
  19.     Top = 86
  20.     Width = 129
  21.     Height = 33
  22.     Hint = 'lala'
  23.     BevelInner = bvLowered
  24.     ParentColor = True
  25.     FillColor = clMaroon
  26.     TextKind = tkPercentage
  27.     Value = 50
  28.   end
  29.   object Gauge1: TGauge
  30.     Left = 32
  31.     Top = 163
  32.     Width = 129
  33.     Height = 27
  34.     Color = clActiveCaption
  35.     ForeColor = clGray
  36.     ParentColor = False
  37.     Progress = 50
  38.   end
  39.   object Label1: TLabel
  40.     Left = 176
  41.     Top = 96
  42.     Width = 56
  43.     Height = 16
  44.     Caption = '00:00:00'
  45.   end
  46.   object Label2: TLabel
  47.     Left = 176
  48.     Top = 168
  49.     Width = 56
  50.     Height = 16
  51.     Caption = '00:00:00'
  52.   end
  53.   object Label3: TLabel
  54.     Left = 176
  55.     Top = 240
  56.     Width = 56
  57.     Height = 16
  58.     Caption = '00:00:00'
  59.   end
  60.   object Label4: TLabel
  61.     Left = 32
  62.     Top = 16
  63.     Width = 61
  64.     Height = 16
  65.     Caption = 'Iterations'
  66.   end
  67.   object Button1: TButton
  68.     Left = 32
  69.     Top = 54
  70.     Width = 129
  71.     Height = 27
  72.     Caption = 'RtGauge'
  73.     TabOrder = 0
  74.     OnClick = Button1Click
  75.   end
  76.   object Button2: TButton
  77.     Left = 32
  78.     Top = 131
  79.     Width = 129
  80.     Height = 27
  81.     Caption = 'Samples Gauge'
  82.     TabOrder = 1
  83.     OnClick = Button2Click
  84.   end
  85.   object BiGauge1: TBiGauge
  86.     Left = 32
  87.     Top = 234
  88.     Width = 129
  89.     Height = 25
  90.     Caption = 'BiGauge1'
  91.     Min = 0
  92.     Max = 100
  93.     Value = 50
  94.     Margin = 2
  95.     Orientation = 0
  96.     BarColor = clBlue
  97.     BevelSize = 3
  98.     BevelStyle = 0
  99.   end
  100.   object Button3: TButton
  101.     Left = 32
  102.     Top = 202
  103.     Width = 129
  104.     Height = 26
  105.     Caption = 'BiGauge'
  106.     TabOrder = 3
  107.     OnClick = Button3Click
  108.   end
  109.   object Edit1: TEdit
  110.     Left = 112
  111.     Top = 16
  112.     Width = 121
  113.     Height = 24
  114.     TabOrder = 4
  115.     Text = '10000'
  116.   end
  117. end
  118.